object frmAbout: TfrmAbout Left = 277 Top = 175 BorderStyle = bsDialog Caption = 'About Solar System' ClientHeight = 423 ClientWidth = 441 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object imgProgramIcon: TImage Left = 33 Top = 14 Width = 48 Height = 51 Picture.Data = {} Stretch = True IsControl = True end object lblSolar: TLabel Left = 97 Top = 9 Width = 328 Height = 21 AutoSize = False Caption = 'Solar System - 32bit - Version 1.0a' IsControl = True end object lblCreated: TLabel Left = 97 Top = 201 Width = 88 Height = 21 AutoSize = False Caption = 'Created by:' WordWrap = True IsControl = True end object Bevel1: TBevel Left = 97 Top = 76 Width = 328 Height = 9 Shape = bsTopLine end object Label3: TLabel Left = 9 Top = 226 Width = 80 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'E-Mail:' end object Label4: TLabel Left = 9 Top = 319 Width = 80 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'E-Mail:' end object Label5: TLabel Left = 9 Top = 350 Width = 80 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'Web:' end object Label7: TLabel Left = 97 Top = 34 Width = 318 Height = 40 Caption = 'Solar System is copyright� 1997 to Michael Sunde and Bill Klien.' + ' All rights reserved.' WordWrap = True end object Label1: TLabel Left = 97 Top = 287 Width = 144 Height = 16 AutoSize = False Caption = 'And by:' WordWrap = True IsControl = True end object lbldistribut: TLabel Left = 97 Top = 90 Width = 328 Height = 95 AutoSize = False Caption = 'lbldistribut' WordWrap = True end object Label2: TLabel Left = 9 Top = 257 Width = 80 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'Web:' end object butOK: TButton Left = 326 Top = 380 Width = 97 Height = 31 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = butOKClick end object Edit1: TEdit Left = 97 Top = 222 Width = 328 Height = 24 AutoSelect = False ParentColor = True ReadOnly = True TabOrder = 1 Text = 'Michael Sunde ' end object Edit2: TEdit Left = 97 Top = 315 Width = 328 Height = 24 AutoSelect = False ParentColor = True ReadOnly = True TabOrder = 2 Text = 'Bill Klein ' end object Edit3: TEdit Left = 97 Top = 346 Width = 328 Height = 24 AutoSelect = False ParentColor = True ReadOnly = True TabOrder = 3 Text = 'http://www.orbit.org/' end object Edit4: TEdit Left = 97 Top = 252 Width = 328 Height = 24 AutoSelect = False ParentColor = True ReadOnly = True TabOrder = 4 Text = 'http://www.colba.net/~msunde/' end end